home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / ohm.zip / OHM.DOC < prev    next >
Text File  |  1991-02-02  |  2KB  |  24 lines

  1.  * * * * * * * * * * * * * * * * * *   OHM   * * * * * * * * * * * * * * * * *
  2.  *                                                                           *
  3.  *   Written in Turbo C++, OHM accepts two command-line arguments in the     *
  4.  *   following format:                                                       *
  5.  *                                                                           *
  6.  *                         ohm i4 p500                                       *
  7.  *                                                                           *
  8.  *   where i is the number of Amperes, and p is the power in Watts.          *
  9.  *                                                                           *
  10.  *   Any two of four alpha labels may be used in any order:                  *
  11.  *      e(Volts), i(Amps), r(Ohms), p(Watts)                                 *
  12.  *                                                                           *
  13.  *   OHM will calculate and display the other two values.                    *
  14.  *                                                                           *
  15.  *   OHM is NOT a memory-resident program.  Place it in one of the           *
  16.  *   directories in your path, and use it at any DOS prompt.                 *
  17.  *                                                                           *
  18.  *                                                                           *
  19.  *                                      Version One (and Only)               *
  20.  *                                      2/91                                 *
  21.  *                                      Jim Perry, K1IQZ                     *
  22.  *                                      74255,1607                           *
  23.  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  24.